math/big.nat.rsh (method)
14 uses
math/big (current package)
decimal.go#L72: m = nat(nil).rsh(m, s)
float.go#L1117: z.abs = z.abs.rsh(x.mant, allBits-exp)
ftoa.go#L193: mant = mant.rsh(mant, uint(+s))
ftoa.go#L334: m = nat(nil).rsh(m, uint(w-x.prec))
ftoa.go#L385: m = nat(nil).rsh(m, w-n)
int.go#L1110: t = t.rsh(t, n)
int.go#L1116: z.abs = z.abs.rsh(x.abs, n)
nat.go#L413: func (z nat) rsh(x nat, s uint) nat {
nat.go#L758: m2 := nat(nil).rsh(m, n)
nat.go#L1069: z2 = z2.rsh(z2, 1)
natconv.go#L271: z = z.rsh(z, uint(n-i)*uint(_W/n))
prime.go#L92: q := nat(nil).rsh(nm1, k)
prime.go#L220: s = s.rsh(s, uint(r))
ratconv.go#L424: q = q.rsh(d, p2)